home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Pascal / Applications / NIH Image 1.60 / 1.60 Source / -README next >
Encoding:
Text File  |  1996-03-09  |  964 b   |  17 lines  |  [TEXT/Imag]

  1. This folder contains the complete Pascal source code for NIH Image V1.60. This source code is in the public domain. To compile this source, you need either the Metrowerks PPC or 68K Pascal compiler from the CodeWarrior CW8 CD-ROM.
  2.  
  3. You must also use ResEdit to set the "High level event aware" flag in the Size resource in order for the 68K or "fat" version of NIH Image to process Apple Events such as Open and Print.
  4.  
  5. To compile a "fat" version, change the name of the resource file to "Image.rsrc.temp", rename the 68K application to "Image.rsrc", and recompile the PPC application.
  6.  
  7. The support  for Scion PCI frame grabbers is disabled in the version. To enable it you will need to set 'SupportScionPCI' to 1 in Init.p and add
  8.  the following libraries in the NIH Image project:
  9.     
  10.                     ScionPCI.lib
  11.                     PCILib
  12.                     NameRegistryLib
  13.                     DriverServicesLib
  14.     
  15.     ScionPCI.lib is included with the NIH Image source. The other libraries
  16.     are on Apple's Developer CD.
  17.